home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Scorpio / Horoscope Companion: Scorpio.iso / pc / scorpio / hc.dir / sun signs_67.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  440 b   |  24 lines

  1. on startRollover whichSprite
  2.   hStartSunSignRolloverAction(whichSprite, "7")
  3. end
  4.  
  5. on mouseDown
  6.   if hSunSignButtonAction("7") then
  7.     mouseUp()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   global gSunSignSprite, gWhichSex
  13.   cursor(4)
  14.   hAddBookmark()
  15.   hCheckCurrentFrameLabel()
  16.   puppetSprite(the clickOn, 0)
  17.   puppetSprite(gSunSignSprite, 0)
  18.   play frame "C" && gWhichSex & "7"
  19. end
  20.  
  21. on endRollover whichSprite
  22.   hEndSunSignRolloverAction(whichSprite)
  23. end
  24.